home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Clerk v3.0.adf / clerk.doc < prev    next >
Text File  |  1986-11-07  |  5KB  |  96 lines

  1.                           THE CLERK V.3.0
  2.  
  3. This is version 3.0 of the business system Clerk. It was developed to
  4. answer the day to day needs of the small business owner.  Modules
  5. include accounts receivable, accounts payable and general ledger.
  6. As a small business owner and Amiga afficianado, I thought it was time
  7. to do something besides complain about the lack of PD business software
  8. for the Amiga.  So I created the Clerk as an answer to my computing needs
  9. and hopefully yours. Now that major parts of the program have been in
  10. general use for several months, I feel it is mostly bug free. I have
  11. stuck with my original goal of keeping it simple to use and straight
  12. forward.
  13.  
  14.                           Set-Up
  15. First rename the disk you intend to use this program on to "Clerk". Second
  16. create a directory on that disk named "library".Third rename the file
  17. g.bmap to graphics.bmap. Place graphics.bmap, dos.bmap, exec.bmap and source
  18. in the library directory. Place all other files in your root directory.
  19. Clerk has password protection and you may enter the program by typing
  20. "pass" at the password prompt. If you have been using earlier versions of
  21. Clerk, your files will be fully compatabile with this version. You must
  22. however, name your disk "Clerk", place the "source" file in your library
  23. directory and place the "misc." file and the "coa" file in your root
  24. directory.
  25.  
  26.                           Operation
  27.  
  28. Hopefully, most of the functions are self-explanatory. The only part that
  29. is tricky (and critical) is setting up your chart of accounts. I have
  30. included the chart of accounts I use and I'd suggest you take a look at
  31. it as a rough guide (or if it suits your needs you may use it for your
  32. business).You will be prompted that there is a limit to the number of
  33. accounts you may use (22) and a maximum number of characters per account(26).
  34. You must also use a set format (account number:account name). The tricky part
  35. to this is that their are two accounts set aside for auotmatic withdrawals,
  36. i.e. negative accounts. These are the 6th and the 10th account numbers.
  37. In my chart of accounts these are 750:Payroll Taxes and 810:Bank Charges.
  38. These are charges that are automatically withdrawn from my checking
  39. account. If you have no need for these then set them up as dummy accounts and
  40. simply don't use them. The 1st account is a deposit account (410:Sales).
  41. Any entry made in the 1st account will show up on your income statement as
  42. income versus an expense item. In setting up the general ledger you will
  43. need to provide an opening balance for your checking account. If you should
  44. ever need to change the balance, you can go back to the Create Chart of
  45. Accounts function and change your balance without having to enter a new
  46. chart of accounts. Regarding the Company Data section, you will need to
  47. enter your company name,address, telephone #. This information will be
  48. used on various printouts. You will also be prompted for your password.
  49. If you wish to continue using "pass" then you still MUST enter this at
  50. the prompt. If you wish to use another word then don't forget it or you'll
  51. never gain entry again. You will also be asked to enter your vendor
  52. account numbers. If you look at any of the bills from your kindly creditors
  53. you'll note that they assign you an account number. Have those handy to
  54. enter in the system so that they can be printed on your check vouchers.
  55. In summary, you should create a chart of accounts (unless you use the
  56. generic version I've provided). Then use the company data menu to enter
  57. your company info, password, and vendor numbers. If you haven't used
  58. the earlier versions of Clerk, you will also need to use the create file
  59. functions for your receivables and payables.
  60.  
  61.                            Misc. quirks, info, etc.
  62.  
  63. With a program this size, memory conservation was an important
  64. consideration. To keep memory useage down, I have used dynamic arrays
  65. that expand in relation to file sizes. There is a drawback in that should
  66. you enter a large number of records in one session, the system may crash
  67. (a small crash, no guru) I chose to accept this flaw since no records will
  68. be lost and you need only reboot the system which will then redimension the
  69. arrays to reflect your additional records. The alternative was to place a
  70. strict limit on record numbers. You will also note a orange box in the right
  71. corner with many of the operations. This is a "Click Me" box. To continue
  72. your task, simply click the left mouse once inside the box. You will notice
  73. some functions slow as the number of records increase. Again this was a
  74. trade-off (you can see programming involves a lot of tough deceisions).
  75. One of my complaints with the commerical business programs available was
  76. their practice of deleting old records and only storing a summary. This
  77. of course kept the program zipping right along, but I'd rather keep all
  78. my records on disk then have to search through hard copies to look up a
  79. a check number or old invoice. Speaking of copies, do make hard copies,
  80. and do backup your disks....To quote my production foreman and noted
  81. philosopher, "shit happens".
  82.  
  83.                              Enjoy and direct your questions ,comments,etc.
  84. to;
  85. Sanford Finley: Plink c/o Goodbar
  86.                 Compuserve c/o 71320,252
  87.                 Genie c/o F700
  88. or Jonathan Pepper Company
  89.    801 E. Ogden Suite 1099
  90.    Naperville, IL 60566
  91.    (312)-420-7070
  92.  
  93.  
  94.  
  95.  
  96.